home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / utilitys / 93 / labels / labelprt.doc < prev    next >
Encoding:
Text File  |  1987-10-12  |  2.2 KB  |  48 lines

  1.  
  2. *********  LABELPRT.PRG       version 3.147      February 20, 1987  ********
  3.  
  4. leave messages on  HelpKey II BBS 
  5. or e-mail to KAPTANMW on DELPHI
  6.  
  7.  
  8. This program is a convenient address label printing utility originally written
  9. in ST Basic, AND NOW COMPILED USING version 1.0 OF THE LDW BASIC COMPILER. It
  10. makes use of GEM alert boxes (to make program selections), and some
  11. text-graphics...just for the fun of it.
  12.  
  13. The program will create a file called labelprt.dat to store up to 100 of
  14. your addresses. It will add new entries to labelprt.dat if it already
  15. exists. There is , at present, no deleting or editing of entered
  16. addresses. Care should be exercised when typing unless you want to erase
  17. the file and start over.
  18.  
  19. Five lines are allowed per address. The program is optimized for 4" long
  20. labels, 15/16" high, spaced 1" from top to top, however provision has
  21. been made for other sizes as well. The two main output forms are
  22. called MAIL and RETURN ADDRESS labels and can be about 30 characters
  23. long per line IF you plan on using any particular address in either size
  24. label. The MAIL labels use pica, 10 char/inch and the RETURN ADDRESS
  25. labels will print TWICE on a 4" label using condensed at 17cpi. You could
  26. enter a MAIL label up to 39 or 40 characters, but that entry could not
  27. then be used in the smaller size print.  To meet this need, and that of
  28. people using 3 or 3 1/2" long labels the SPECIAL mode was added. This
  29. also prints in condensed but only once per label. You can enter as many
  30. characters as will fit on whatever size label you own.  Guide marks are
  31. included in the input prompt at 30, 42 & 50 characters per line to help you
  32. not overrun the edges of your labels.
  33.  
  34. The program is written for a Star-Micronics SG10 but should work on
  35. any Epson compatible. The following decimal print codes are used:
  36.     re-initialize printer 27 64
  37.     disable out of paper detector 27 56
  38.     condensed (17 cpi)     15       double strike-on  27 71
  39.     pica      (10 cpi)     18       double strike-off 27 72                
  40.  
  41.  
  42. INSTRUCTIONS FOR  LABELPRT.BAS version 1.25
  43. Gary Hilbert   November 18,1986
  44. so long,                  Gary Hilbert  11/18/86
  45.  
  46.                         revised   2/20/87     Gary A. Hilbert
  47.  
  48.